-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(options): disallow additional properties and add ident
to validation
#346
fix(options): disallow additional properties and add ident
to validation
#346
Conversation
ident
to validation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fnatte Thx
Released in |
According to SemVer it should have been the v3.0.0 release. This broke many builds across the internet. Mostly Vue.js projects which include postcss by default. Would you please revert this? |
/cc @michael-ciniawsky it is breaking, need revert and release new major version 👍 |
@ai Hi Adnrey. Whole Internet is shocked with this bug. Could you please revert the PR and publish v2.1.3 it? Looks like @michael-ciniawsky is missing somewhere. |
@koresar tell me more about the issue. I can remove the release from npm, but I need to clearly understand what happened to not make it worse. |
Andrey, there are dozens of links linked to this github issues.
Here is a full error.
nuxt/nuxt#3048
…On 20 Mar. 2018 12:28, "Andrey Sitnik" ***@***.***> wrote:
@koresar <https://github.com/koresar> tell me more about the issue. I can
remove the release from npm, but I need to clearly understand what happened
to not make it worse.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#346 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABjCL-1AlDeVMPBN-q3as1XlOL6u4CHRks5tgFtOgaJpZM4Su9HP>
.
|
@koresar it is not a “tell me more” ;). How |
I reverted @michael-ciniawsky sorry that I did it for you, emergency situation |
Thank you @ai for the collaboration and dedication. |
Prevents unsupported options in
webpack
config.Unknown properties will cause a compilation
{Error}
Type
SemVer
Checklist